bitkeeper revision 1.1718.1.7 (42b742f8NxTuN2pqCHFAWI78dbEYKw)
authorsmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>
Mon, 20 Jun 2005 22:28:08 +0000 (22:28 +0000)
committersmh22@firebug.cl.cam.ac.uk <smh22@firebug.cl.cam.ac.uk>
Mon, 20 Jun 2005 22:28:08 +0000 (22:28 +0000)
commit80070b4a6ca1205c8bc00926fa23c997797f053c
tree0b9e314460f38c8989c228e5344a570f187e148a
parent6b76d296bbfad35e3cea2f6073820e1dc9d8a8e7
bitkeeper revision 1.1718.1.7 (42b742f8NxTuN2pqCHFAWI78dbEYKw)

Initial MAC (sHype) support from IBM.
Defaults to NULL policy for now.

Signed-off-by: Reiner Sailer <sailer@us.ibm.com>
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Signed-off-by: Steven Hand <steven@xensource.com>
36 files changed:
.rootkeys
tools/Makefile
tools/libxc/xc.h
tools/libxc/xc_domain.c
tools/policy/Makefile [new file with mode: 0644]
tools/policy/policy_tool.c [new file with mode: 0644]
tools/python/xen/lowlevel/xc/xc.c
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/image.py
tools/python/xen/xend/server/SrvDomainDir.py
tools/python/xen/xm/create.py
tools/python/xen/xm/main.py
tools/python/xen/xm/opts.py
xen/Makefile
xen/Rules.mk
xen/acm/Makefile [new file with mode: 0644]
xen/acm/acm_chinesewall_hooks.c [new file with mode: 0644]
xen/acm/acm_core.c [new file with mode: 0644]
xen/acm/acm_null_hooks.c [new file with mode: 0644]
xen/acm/acm_policy.c [new file with mode: 0644]
xen/acm/acm_simple_type_enforcement_hooks.c [new file with mode: 0644]
xen/arch/x86/setup.c
xen/arch/x86/x86_32/entry.S
xen/common/dom0_ops.c
xen/common/event_channel.c
xen/common/grant_table.c
xen/common/policy_ops.c [new file with mode: 0644]
xen/include/acm/acm_core.h [new file with mode: 0644]
xen/include/acm/acm_endian.h [new file with mode: 0644]
xen/include/acm/acm_hooks.h [new file with mode: 0644]
xen/include/public/acm.h [new file with mode: 0644]
xen/include/public/acm_dom0_setup.h [new file with mode: 0644]
xen/include/public/dom0_ops.h
xen/include/public/policy_ops.h [new file with mode: 0644]
xen/include/public/xen.h
xen/include/xen/sched.h